runtime.statAggregate.sysStats (field)
23 uses
runtime (current package)
metrics.go#L175: out.scalar = in.sysStats.gcCyclesDone - in.sysStats.gcCyclesForced
metrics.go#L182: out.scalar = in.sysStats.gcCyclesForced
metrics.go#L189: out.scalar = in.sysStats.gcCyclesDone
metrics.go#L276: out.scalar = in.sysStats.heapGoal
metrics.go#L378: out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
metrics.go#L385: out.scalar = in.sysStats.mCacheInUse
metrics.go#L392: out.scalar = in.sysStats.mSpanSys - in.sysStats.mSpanInUse
metrics.go#L399: out.scalar = in.sysStats.mSpanInUse
metrics.go#L406: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
metrics.go#L413: out.scalar = in.sysStats.stacksSys
metrics.go#L420: out.scalar = in.sysStats.otherSys
metrics.go#L427: out.scalar = in.sysStats.buckHashSys
metrics.go#L435: in.sysStats.stacksSys + in.sysStats.mSpanSys +
metrics.go#L436: in.sysStats.mCacheSys + in.sysStats.buckHashSys +
metrics.go#L437: in.sysStats.gcMiscSys + in.sysStats.otherSys
metrics.go#L705: sysStats sysStatsAggregate
metrics.go#L725: a.sysStats.compute()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |